aboutsummaryrefslogtreecommitdiff
path: root/src/routes/tools/[tool]
Commit message (Collapse)AuthorAgeFilesLines
* refactor(locale): move hardcoded UI strings into english localeFuwn2 days1-3/+4
| | | | | | | | | | | | | | | | | Adds optional namespaces (common, errors, commandPalette, headTitle, notifications, schedule, events, home, reader, routes, badgePreview, badgeWall) and extends existing ones (settings.*, lists.*, tools.*, user.*, hololive.*) on the Locale interface. New fields are optional so japanese.ts can omit them; svelte-i18n's fallbackLocale handles the runtime miss. HeadTitle gains an optional routeKey prop for type-safe lookup. defaultActions becomes a factory so the command palette re-reads locale on language toggle. The existing JP feedback translation in routes/settings is preserved via japanese.ts. Out of scope (kept hardcoded): service-worker.ts, app.html, Landing*.svelte, tools.ts registry, Easter Event 2025 pages.
* chore(biome): drop formatter style overridesFuwn2026-03-012-27/+27
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+2
|
* chore(biome): enable svelte lintingFuwn2026-03-011-1/+1
|
* chore(biome): enable svelte formattingFuwn2026-03-011-28/+28
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* chore(tools): Comment out unused tool importFuwn2025-03-081-1/+1
|
* feat(tools): Remove Dump Profile toolFuwn2025-03-081-2/+2
|
* feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays toolFuwn2025-02-141-2/+8
|
* feat(tools): add simple trackerFuwn2024-10-121-0/+3
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-092-71/+71
|
* refactor(SequelSpy): move prequel list to componentFuwn2024-10-021-1/+1
|
* refactor(Tools): SequelCatcher as modulesFuwn2024-08-231-1/+1
|
* feat(tools): sequel catcherFuwn2024-07-071-0/+3
|
* refactor(lib): move componenets to modulesFuwn2024-04-211-1/+1
|
* feat(tools): hololive birthdaysFuwn2024-03-281-0/+3
|
* feat(tools): hayai v2Fuwn2024-03-171-0/+3
|
* feat(tools): uma musume birthdaysFuwn2024-03-161-0/+3
|
* feat(tools): senpy shortcutFuwn2024-03-031-0/+2
|
* feat(tools): use error-style not foundFuwn2024-02-111-4/+7
|
* feat(locale): localise birthdaysFuwn2024-01-311-1/+1
|
* refactor(wrapped): move tool to moduleFuwn2024-01-211-1/+1
|
* feat: root prefix all linksFuwn2024-01-191-2/+3
|
* feat(tools): likesFuwn2024-01-141-0/+3
|
* refactor(home): move layout to homeFuwn2024-01-131-1/+1
|
* feat(tools): new tools url methodFuwn2024-01-082-0/+68